projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ae0fe
)
[X11R5_INHIBIT_I18N]: Undef HAVE_X_I18N if X11R5.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:15:31 +0000
(17:15 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:15:31 +0000
(17:15 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 2ae32fe016aca2f4fe76ec7c1add2c741e369771..323d9594de5308511583b826ec08c0a2b62965be 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-40,6
+40,13
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_X_WINDOWS
extern void abort ();
+/* On some systems, the character-composition stuff is broken in X11R5. */
+#if defined (HAVE_X11R5) && ! defined (HAVE_X11R6)
+#ifdef X11R5_INHIBIT_I18N
+#undef HAVE_X_I18N
+#endif
+#endif
+
#ifndef VMS
#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */
#include "bitmaps/gray.xbm"